Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / AddRange Method / AddRange(GroupInfo[]) Method
Array of GroupInfo objects to add to the collection


In This Topic
    AddRange(GroupInfo[]) Method
    In This Topic
    Adds an array of GroupInfo objects to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddRange( _
       ByVal array() As GroupInfo _
    ) 
    'Usage
     
    
    Dim instance As GroupInfoCollection
    Dim array() As GroupInfo
     
    instance.AddRange(array)
    public virtual void AddRange( 
       GroupInfo[] array
    )

    Parameters

    array
    Array of GroupInfo objects to add to the collection
    See Also